pp108 : freezeCheckedRows() Method

freezeCheckedRows() Method


This method freezes or unfreezes all the checked rows. It is not possible to scroll columns that are frozen. When a row is unfrozen, the check mark against it is removed.

To be able to freeze columns, ensure that you set thefreezableRowsproperty toTrue.

Syntax


xgridId.freezeCheckedRows( bSelect )

Parameters

Parameter Description
bSelect Boolean; required. Set to
True to freeze checked rows. Set to
False to unfreeze checked rows.


Return Value


No return value.

Remarks


You can freeze only a limited number of rows, depending on the height of the XGrid. Ensure that you do not freeze more rows than the number of rows visible in the XGrid, as it would not be possible to view other rows that are not frozen.

See Also


xgrid, getCheckedRows(), getFreezableRows(), setFreezableRows()